home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
E
/
EditString.cpt
/
EditString Stack
/
background_3493.txt
< prev
next >
Wrap
Text File
|
1990-06-22
|
3KB
|
165 lines
-- background: 3493 from stack: in
-- bmap block id: 4039
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openCard
hide msg
hide menubar
put empty into fld b
set the scroll of fld desc to 0
set the scroll of fld usage to 0
end openCard
-- part 1 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=118 top=1 right=20 bottom=370
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 2 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=88 top=29 right=91 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 97
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: desc
-- part 3 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=6 top=109 right=197 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 97
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: usage
-- part 4 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=89 top=242 right=270 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 97
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: a
-- part 5 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=89 top=283 right=311 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 97
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: b
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=240 top=315 right=336 bottom=261
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go prev cd
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=265 top=315 right=336 bottom=286
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go next cd
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=5 top=307 right=339 bottom=37
-- title width / last selected line: 0
-- icon id / first selected line: 21228 / 21228
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
if the optionkey is down then
domenu "Quit Hypercard"
else
go home
end if
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=209 top=315 right=336 bottom=235
-- title width / last selected line: 0
-- icon id / first selected line: 30557 / 30557
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go cd 1
end mouseUp